$('.testimonial').each(function(i, obj) { //test });
$( "li" ).each(function( index ) { console.log( index + ": " + $( this ).text() ); });